翻訳と辞書
Words near each other
・ Hinton, Virginia
・ Hinton, West Virginia
・ Hinton-in-the-Hedges
・ Hinsingen
・ Hinson
・ Hinson Leung
・ Hinson Mosley
・ Hinson Mounds
・ Hinson's Island, Bermuda
・ Hinson, Florida
・ Hinsonton, Georgia
・ Hinstin
・ Hinstock
・ Hint
・ Hint (musician)
Hint (SQL)
・ HiNT Station
・ Hint to Husbands
・ Hint Water
・ HINT1
・ HINT2
・ Hintalo
・ Hintalo Wajirat
・ Hinte
・ Hinter Fiescherhorn
・ Hinter Gittern – Der Frauenknast
・ Hinter Grauspitz
・ Hinter Tierberg
・ Hinterau valley
・ Hinterbach (Finkenbach)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hint (SQL) : ウィキペディア英語版
Hint (SQL)
In database query operations, various SQL implementations use hints as additions to the SQL standard that instruct the database engine on how to execute the query. For example, a hint may tell the engine to use as little memory as possible (even if the query will run slowly), or to use or not to use an index (even if the query optimizer would decide otherwise).
== Implementation ==
Different database engines use different approaches in implementing hints.
* MySQL uses its own extension to the SQL standard, where a table name may be followed by USE INDEX, FORCE INDEX or IGNORE INDEX keywords.〔MySQL 5.5 Reference Manual: (12.2.9.3 Index Hint Syntax )〕
* Oracle implements hints by using specially-crafted comments in the query that begin with a + symbol, thus not affecting SQL compatibility.〔Mike Ault: (Oracle SQL Hints Tuning )〕
* Postgres Plus® Advanced Server (a proprietary version of PostgreSQL from EnterpriseDB) offers hints compatible with those of Oracle.〔(Postgres Plus Advanced Server Performance and Scalability Guide: Query Optimization Hints )〕〔(Postgres Plus Advanced Server Oracle Compatibility Developer's Guide: Optimizer Hints )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hint (SQL)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.